Int32MINumericInt32MSubtract Method

Subtracts the specified value from the current value.

Definition

Namespace: Jodosoft.Numerics.Clamped
Assembly: Jodosoft.Numerics (in Jodosoft.Numerics.dll) Version: 2.0
Int32M INumeric<Int32M>.Subtract(
	Int32M value
)

Parameters

value  Int32M
The value to subtract from the current value.

Return Value

Int32M
The result of subtracting value from the current value.

Implements

INumericTSelfSubtract(TSelf)

See Also